- What is Distill R Markdown?
- How to write scientific manuscripts using Distill R Markdown?
- How to publish finished articles using GitHub?
5/9/2021
install.packages("rmarkdown")
install.packages("distill")
install.packages("devtools")
devtools::install_github("rstudio/distill")
library(distill)
Via RStudio IDE: File > New File > R Markdown
Using command line:
create_article("article.Rmd")
bib extension containing bibtex citations
bibliography: refs/bibtex.bib
@citekey to insert in-text citationarticle.html -> index.htmlLearn more about Distill:
Links to my work:
Presentation materials:
Thank you :)